Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / RangeFilterBase<T> Class / Reset Method
The value indicating whether the filter should be automatically applied.

In This Topic
    Reset Method (RangeFilterBase<T>)
    In This Topic
    Resets the filter value to the default value.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Reset( _
       Optional ByVal applyFilter As Boolean _
    ) 
    public override void Reset( 
       bool applyFilter
    )

    Parameters

    applyFilter
    The value indicating whether the filter should be automatically applied.
    See Also